 
 
/* start cart  */

.cartContainer{
    position: fixed;
    background: #000;
    inset-inline-end: 0;
    border-radius: 0px 10px 10px 0;
}


#mybasket {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background-color: #eee;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
  }
  
  #mybasket a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  
  
  #mybasket .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;
  }
  /* 
  @media screen and (max-height: 450px) {
    #mybasket {padding-top: 15px;}
    #mybasket a {font-size: 18px;}
  } */
  /* end cart  */
  
 .cartIconHeader{
      /* cursor: pointer; */
      justify-content: flex-end ;
      padding: 0;
  }
  #shopping_cart * {
    line-height: 82px;
    color: #ffffff;
    cursor: pointer;
    padding: 0 4px;
    font-size: 15px;

}
@media screen and (max-width:768px) {
  #shopping_cart * {
  display: flex;

}
}
p.add_to_wallet {
font-size: 18px;
}
li.cart-price {
font-size: 18px;
}
li.cart-remove > p > span   {
font-size: 18px;
} 
#basket_content * {
    line-height: 18px;
    color: black;
    text-align: center;
}
div#basket-title {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.rahcode-form {
    padding: 50px 0;
}
.blockcart{
    /* cursor: pointer; */
}
  ul.cart-heading {
    display: none;
}   
  #show_basket_icon{
    cursor: pointer;
  }


      
  